[INFO] cloning repository https://github.com/devkcud/collision_prob
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devkcud/collision_prob" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevkcud%2Fcollision_prob", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevkcud%2Fcollision_prob'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9ef7a475fd9f3c3650b5cdd9bdf78044b01ca37a
[INFO] checking devkcud/collision_prob against master#65407954098ca3c19f0d46092cb374b5d3e9dc3c for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevkcud%2Fcollision_prob" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/devkcud/collision_prob
[INFO] finished tweaking git repo https://github.com/devkcud/collision_prob
[INFO] tweaked toml for git repo https://github.com/devkcud/collision_prob written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/devkcud/collision_prob on toolchain 65407954098ca3c19f0d46092cb374b5d3e9dc3c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/devkcud/collision_prob already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tabled_derive v0.9.0
[INFO] [stderr]   Downloaded tabled v0.17.0
[INFO] [stderr]   Downloaded papergrid v0.13.0
[INFO] [stderr]   Downloaded rug v1.29.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18
[INFO] running `Command { std: "docker" "start" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.7.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]    Compiling rug v1.29.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking az v1.3.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking papergrid v0.13.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling tabled_derive v0.9.0
[INFO] [stderr]     Checking tabled v0.17.0
[INFO] [stderr]     Checking collision_probability v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18", kill_on_drop: false }`
[INFO] [stdout] 5ec173d0778075aa1124d0ec7e55b02bd67c40acd8aad6f9f5c1f3bd21ca2e18
